home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / src / c / columns.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-30  |  345 b   |  7 lines  |  [TEXT/MPS ]

  1. extern int tabsize;
  2. extern int columnwidth (char *s);      /* number of columns string occupies */
  3. extern int limitcolumn (char *s, int startcolumn);
  4.                                 /* width of startcolumn blanks plus s */
  5. extern void indent_for (int width, FILE *fp);
  6.                                 /* indent to width; next char -> width+1 */
  7.